Skip to content

Conversation

@AlejandroFernandezLuces
Copy link
Contributor

No description provided.

@github-actions github-actions bot added documentation Improvements or additions to documentation maintenance Package and maintenance related bug Something isn't working labels Nov 27, 2025
@@ -0,0 +1,37 @@

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an auto-generated file, I think it shouldn't be committed (also applies to some of the other files here).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add it to the .gitignore


import requests

from ansys.tools.local_product_launcher.helpers.ports import find_free_ports
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These imports should be updated to point to ansys.tools.common.launcher.

Comment on lines +19 to +20
entry-points."ansys.tools.local_product_launcher.launcher"."example_httpserver.__fallback__" = "example_httpserver_plugin:Launcher"
entry-points."ansys.tools.local_product_launcher.launcher"."example_httpserver.direct" = "example_httpserver_plugin:Launcher"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
entry-points."ansys.tools.local_product_launcher.launcher"."example_httpserver.__fallback__" = "example_httpserver_plugin:Launcher"
entry-points."ansys.tools.local_product_launcher.launcher"."example_httpserver.direct" = "example_httpserver_plugin:Launcher"
entry-points."ansys.tools.common.launcher"."example_httpserver.__fallback__" = "example_httpserver_plugin:Launcher"
entry-points."ansys.tools.common.launcher"."example_httpserver.direct" = "example_httpserver_plugin:Launcher"

The entrypoint was renamed in #116

@AlejandroFernandezLuces let me know if you want me to help pull forward the changes from that PR into your branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants